home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet Web Designer 86 / PIWD86.iso / pc / contents / flash / utilities / setupanimfx.exe / #setuppath# / interfacedemo.swf / scripts / DefineButton2_394 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2003-09-12  |  95 b   |  6 lines

  1. on(release){
  2.    mycolor = new Color(cl);
  3.    mycolor.setRGB(6225973);
  4.    gotoAndStop(1);
  5. }
  6.